home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 21 / Cream of the Crop 21 (Terry Blount) (October 1996).iso / program / nwlib15.zip / DEMO.ZIP / TRUSTEE.DFM / TRUSTEE.txt
Text File  |  1996-04-20  |  3KB  |  194 lines

  1. object winTrustee: TwinTrustee
  2.   Left = 138
  3.   Top = 150
  4.   ActiveControl = pathName
  5.   BorderStyle = bsDialog
  6.   Caption = 'Trustee Rights'
  7.   ClientHeight = 187
  8.   ClientWidth = 523
  9.   Font.Color = clBlack
  10.   Font.Height = -14
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Pitch = fpVariable
  13.   Font.Style = [fsBold]
  14.   PixelsPerInch = 120
  15.   Position = poScreenCenter
  16.   OnCreate = FormCreate
  17.   TextHeight = 16
  18.   object Bevel1: TBevel
  19.     Left = 10
  20.     Top = 10
  21.     Width = 407
  22.     Height = 167
  23.     Shape = bsFrame
  24.     IsControl = True
  25.   end
  26.   object Label1: TLabel
  27.     Left = 13
  28.     Top = 24
  29.     Width = 56
  30.     Height = 19
  31.     Alignment = taRightJustify
  32.     AutoSize = False
  33.     Caption = 'Server:'
  34.   end
  35.   object Label2: TLabel
  36.     Left = 216
  37.     Top = 23
  38.     Width = 70
  39.     Height = 19
  40.     Alignment = taRightJustify
  41.     AutoSize = False
  42.     Caption = 'Volume:'
  43.   end
  44.   object Label3: TLabel
  45.     Left = 21
  46.     Top = 53
  47.     Width = 48
  48.     Height = 20
  49.     Alignment = taRightJustify
  50.     AutoSize = False
  51.     Caption = 'Path:'
  52.   end
  53.   object bSave: TBitBtn
  54.     Left = 422
  55.     Top = 10
  56.     Width = 95
  57.     Height = 33
  58.     Caption = '&Save'
  59.     TabOrder = 0
  60.     OnClick = bSaveClick
  61.     Kind = bkOK
  62.     Margin = 2
  63.     Spacing = -1
  64.     IsControl = True
  65.   end
  66.   object bCancel: TBitBtn
  67.     Left = 422
  68.     Top = 49
  69.     Width = 95
  70.     Height = 33
  71.     TabOrder = 1
  72.     Kind = bkCancel
  73.     Margin = 2
  74.     Spacing = -1
  75.     IsControl = True
  76.   end
  77.   object serverName: TEdit
  78.     Left = 71
  79.     Top = 21
  80.     Width = 120
  81.     Height = 25
  82.     AutoSize = False
  83.     ReadOnly = True
  84.     TabOrder = 2
  85.     Text = 'serverName'
  86.   end
  87.   object volName: TEdit
  88.     Left = 288
  89.     Top = 21
  90.     Width = 119
  91.     Height = 25
  92.     AutoSize = False
  93.     TabOrder = 3
  94.     Text = 'volName'
  95.   end
  96.   object pathName: TEdit
  97.     Left = 71
  98.     Top = 50
  99.     Width = 336
  100.     Height = 25
  101.     AutoSize = False
  102.     TabOrder = 4
  103.     Text = 'pathName'
  104.   end
  105.   object rightsBox: TGroupBox
  106.     Left = 20
  107.     Top = 79
  108.     Width = 387
  109.     Height = 90
  110.     Caption = ' Trustee Rights '
  111.     TabOrder = 5
  112.     object lRead: TCheckBox
  113.       Left = 20
  114.       Top = 20
  115.       Width = 80
  116.       Height = 21
  117.       Caption = 'Read'
  118.       TabOrder = 0
  119.     end
  120.     object lWrite: TCheckBox
  121.       Left = 20
  122.       Top = 41
  123.       Width = 70
  124.       Height = 21
  125.       Caption = 'Write'
  126.       TabOrder = 1
  127.     end
  128.     object lCreate: TCheckBox
  129.       Left = 20
  130.       Top = 62
  131.       Width = 90
  132.       Height = 22
  133.       Caption = 'Create'
  134.       TabOrder = 2
  135.     end
  136.     object lModify: TCheckBox
  137.       Left = 140
  138.       Top = 41
  139.       Width = 78
  140.       Height = 21
  141.       Caption = 'Modify'
  142.       TabOrder = 4
  143.     end
  144.     object lFileScan: TCheckBox
  145.       Left = 140
  146.       Top = 62
  147.       Width = 98
  148.       Height = 22
  149.       Caption = 'FileScan'
  150.       TabOrder = 5
  151.     end
  152.     object lAccessControl: TCheckBox
  153.       Left = 252
  154.       Top = 20
  155.       Width = 130
  156.       Height = 21
  157.       Caption = 'Access Control'
  158.       TabOrder = 6
  159.     end
  160.     object lErase: TCheckBox
  161.       Left = 140
  162.       Top = 20
  163.       Width = 80
  164.       Height = 21
  165.       Caption = 'Erase'
  166.       TabOrder = 3
  167.     end
  168.     object lSupervisor: TCheckBox
  169.       Left = 252
  170.       Top = 41
  171.       Width = 130
  172.       Height = 21
  173.       Caption = 'Supervisor'
  174.       TabOrder = 7
  175.     end
  176.   end
  177.   object NWProp1: TNWProp
  178.     Left = 371
  179.     Top = 85
  180.   end
  181.   object NWLib1: TNWLib
  182.     Left = 344
  183.     Top = 112
  184.   end
  185.   object NWTools1: TNWTools
  186.     Left = 344
  187.     Top = 85
  188.   end
  189.   object NWServer1: TNWServer
  190.     Left = 371
  191.     Top = 112
  192.   end
  193. end
  194.